Opc.Ua.Core
ParseExtension<T>(XmlQualifiedName) Method



Opc.Ua Namespace > ApplicationConfiguration Class > ParseExtension Method : ParseExtension<T>(XmlQualifiedName) Method
The type of extension.
Name of the element (null means use type name).
Looks for an extension with the specified type and uses the DataContractSerializer to parse it.
Syntax
'Declaration
 
Public Overloads Function ParseExtension(Of T)( _
   ByVal elementName As XmlQualifiedName _
) As T
'Usage
 
Dim instance As ApplicationConfiguration
Dim elementName As XmlQualifiedName
Dim value As T
 
value = instance.ParseExtension(Of T)(elementName)
public T ParseExtension<T>( 
   XmlQualifiedName elementName
)
public:
T^ ParseExtensiongeneric<typename T>
( 
   XmlQualifiedName^ elementName
) 

Parameters

elementName
Name of the element (null means use type name).

Type Parameters

T
The type of extension.

Return Value

The extension if found. Null otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationConfiguration Class
ApplicationConfiguration Members
Overload List